home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / REGISTRY / RegDel 3.0 / Regdel.txt < prev   
Text File  |  1999-03-15  |  2KB  |  74 lines

  1. Regdel v3.0 - Delete Registry Entries from Batch Files
  2. ======================================================
  3.  
  4.  
  5. What is Regdel ?
  6.  
  7.   Regdel is a command line based tool for Windows 95/98/NT
  8.   that can delete registry entries specified as command
  9.   line parameters. This provides an effective way for
  10.   continuous registry clean-up or even for simple software
  11.   uninstalling batch files.
  12.  
  13.  
  14. Command Line Format
  15.  
  16.   regdel root\key[\value|\] [/v][/q][/c]
  17.   
  18.   root\key   Specifies the registry key to remove. The
  19.              "root" is the standard registry key above the
  20.              "key". The following "root"-keys are supported
  21.              and can either be in the long form (known from
  22.              regedit) or in the short form:
  23.              HKEY_CLASSES_ROOT  = HKCR
  24.              HKEY_CURRENT_USER  = HKCU
  25.              HKEY_LOCAL_MACHINE = HKLM
  26.              HKEY_USERS         = HKUS
  27.  
  28.   \value     Specifies the registry value to remove. You
  29.              have to apply the /v switch, or the value will
  30.              be considered a normal key. A backslash at the
  31.              end removes the default value of the specified
  32.              key. The key itself is not removed.
  33.  
  34.   /v         The specified registry entry is a value.
  35.  
  36.   /q         Quiet mode: no confirmations and errors are
  37.              displayed.
  38.  
  39.   /n         No confirmations are displayed.
  40.  
  41.  
  42. User Notes
  43.  
  44.   Registry entries containing whitespace characters must be
  45.   included into double quotation marks.
  46.  
  47.   On Windows NT, Regdel may not be able to access some root
  48.   keys if you are not a system administrator. However,
  49.   HKEY_CLASSES_ROOT and HKEY_CURRENT_USER can always be
  50.   accessed.
  51.     
  52.  
  53. Installing and uninstalling
  54.  
  55.   Simply copy regdel.exe to any directory on your computer
  56.   and remove it to have it uninstalled. Regdel doesn't make
  57.   any interventions into your system.
  58.  
  59.  
  60. Copyright Notice
  61.  
  62.   Regdel is FREEWARE.
  63.   
  64.   The software may be used and distributed freely and may
  65.   be shipped with other applications as uninstall tool.
  66.     
  67.   The use of the software is AT YOUR OWN RISK.
  68.  
  69.   (c) F.Balmer 1999
  70.   textview@bluewin.ch
  71.  
  72.  
  73. ###
  74.